home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / csD Email 24194862001.psc / frmSMTP.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2001-08-07  |  5.3 KB  |  174 lines

  1. VERSION 5.00
  2. Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
  3. Begin VB.Form frmSMTP 
  4.    BackColor       =   &H00FFFFFF&
  5.    BorderStyle     =   3  'Fixed Dialog
  6.    ClientHeight    =   5850
  7.    ClientLeft      =   45
  8.    ClientTop       =   45
  9.    ClientWidth     =   5775
  10.    ControlBox      =   0   'False
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    Picture         =   "frmSMTP.frx":0000
  15.    ScaleHeight     =   5850
  16.    ScaleWidth      =   5775
  17.    ShowInTaskbar   =   0   'False
  18.    StartUpPosition =   3  'Windows Default
  19.    Begin VB.TextBox txtToAdd 
  20.       BackColor       =   &H00FFC0C0&
  21.       Height          =   285
  22.       Left            =   1320
  23.       TabIndex        =   22
  24.       Top             =   1920
  25.       Width           =   4335
  26.    End
  27.    Begin VB.TextBox txtFromAdd 
  28.       BackColor       =   &H00FFC0C0&
  29.       Height          =   285
  30.       Left            =   1320
  31.       TabIndex        =   21
  32.       Top             =   1560
  33.       Width           =   4335
  34.    End
  35.    Begin VB.CheckBox chkPOPAuth 
  36.       BackColor       =   &H00800000&
  37.       Caption         =   "Check1"
  38.       Height          =   195
  39.       Left            =   120
  40.       TabIndex        =   19
  41.       Top             =   5640
  42.       Value           =   1  'Checked
  43.       Width           =   255
  44.    End
  45.    Begin VB.Timer tmrTimeout 
  46.       Enabled         =   0   'False
  47.       Interval        =   10000
  48.       Left            =   1680
  49.       Top             =   5400
  50.    End
  51.    Begin VB.CheckBox chkVerify 
  52.       BackColor       =   &H00800000&
  53.       Caption         =   "Check1"
  54.       Enabled         =   0   'False
  55.       Height          =   195
  56.       Left            =   120
  57.       TabIndex        =   16
  58.       Top             =   5400
  59.       Width           =   255
  60.    End
  61.    Begin MSWinsockLib.Winsock sckSMTP 
  62.       Left            =   1560
  63.       Top             =   5280
  64.       _ExtentX        =   741
  65.       _ExtentY        =   741
  66.       _Version        =   393216
  67.    End
  68.    Begin VB.TextBox txtMsg 
  69.       BackColor       =   &H00FFC0C0&
  70.       Height          =   2805
  71.       Left            =   120
  72.       MultiLine       =   -1  'True
  73.       ScrollBars      =   2  'Vertical
  74.       TabIndex        =   10
  75.       Top             =   2520
  76.       Width           =   5535
  77.    End
  78.    Begin VB.TextBox txtBCC 
  79.       BackColor       =   &H00FFC0C0&
  80.       Height          =   285
  81.       Left            =   3720
  82.       TabIndex        =   9
  83.       Top             =   1200
  84.       Width           =   1935
  85.    End
  86.    Begin VB.TextBox txtCC 
  87.       BackColor       =   &H00FFC0C0&
  88.       Height          =   285
  89.       Left            =   1320
  90.       TabIndex        =   8
  91.       Top             =   1200
  92.       Width           =   1695
  93.    End
  94.    Begin VB.TextBox txtSubject 
  95.       BackColor       =   &H00FFC0C0&
  96.       Height          =   285
  97.       Left            =   1320
  98.       TabIndex        =   7
  99.       Top             =   840
  100.       Width           =   4335
  101.    End
  102.    Begin VB.TextBox txtTo 
  103.       BackColor       =   &H00FFC0C0&
  104.       Height          =   285
  105.       Left            =   1320
  106.       TabIndex        =   6
  107.       Top             =   480
  108.       Width           =   4335
  109.    End
  110.    Begin VB.Label cmdAttachment 
  111.       Alignment       =   2  'Center
  112.       Appearance      =   0  'Flat
  113.       BackColor       =   &H00FF8080&
  114.       BorderStyle     =   1  'Fixed Single
  115.       Caption         =   "Attachments"
  116.       BeginProperty Font 
  117.          Name            =   "MS Serif"
  118.          Size            =   6
  119.          Charset         =   0
  120.          Weight          =   700
  121.          Underline       =   0   'False
  122.          Italic          =   0   'False
  123.          Strikethrough   =   0   'False
  124.       EndProperty
  125.       ForeColor       =   &H80000008&
  126.       Height          =   255
  127.       Left            =   120
  128.       TabIndex        =   25
  129.       Top             =   120
  130.       Width           =   1095
  131.    End
  132.    Begin VB.Label Label11 
  133.       Appearance      =   0  'Flat
  134.       BackColor       =   &H80000005&
  135.       BackStyle       =   0  'Transparent
  136.       Caption         =   "Recepient name:"
  137.       ForeColor       =   &H0000FF00&
  138.       Height          =   375
  139.       Left            =   120
  140.       TabIndex        =   24
  141.       Top             =   1800
  142.       Width           =   1095
  143.    End
  144.    Begin VB.Label Label10 
  145.       Appearance      =   0  'Flat
  146.       BackColor       =   &H80000005&
  147.       BackStyle       =   0  'Transparent
  148.       Caption         =   "Sender name"
  149.       ForeColor       =   &H0000FF00&
  150.       Height          =   255
  151.       Left            =   120
  152.       TabIndex        =   23
  153.       Top             =   1560
  154.       Width           =   1095
  155.    End
  156.    Begin VB.Label Label9 
  157.       Appearance      =   0  'Flat
  158.       BackColor       =   &H80000005&
  159.       BackStyle       =   0  'Transparent
  160.       Caption         =   "POP Auth"
  161.       ForeColor       =   &H0000FF00&
  162.       Height          =   255
  163.       Left            =   480
  164.       TabIndex        =   20
  165.       Top             =   5640
  166.       Width           =   1095
  167.    End
  168.    Begin VB.Label cmdSetup 
  169.       Alignment       =   2  'Center
  170.       Appearance      =   0  'Flat
  171.       BackColor       =   &H00FF8080&
  172.       BorderStyle     =   1  'Fixed Single
  173.       Caption         =   "
  174.